projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3223767
)
More additions
author
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 29 Dec 2008 07:25:29 +0000
(07:25 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 29 Dec 2008 07:25:29 +0000
(07:25 +0000)
svn path=/trunk/; revision=21996
gtk/gtkstyle.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstyle.c
b/gtk/gtkstyle.c
index 69f3451118cdcaea91293fcc5049af10c81bdb50..36b56b2b445937eb95ce4a8293bd915c9dd804a4 100644
(file)
--- a/
gtk/gtkstyle.c
+++ b/
gtk/gtkstyle.c
@@
-821,8
+821,10
@@
gtk_style_detach (GtkStyle *style)
* @style: a #GtkStyle.
* @returns: @style.
*
+ * Increase the reference count of @style.
+ *
* Deprecated: 2.0: use g_object_ref() instead.
- *
*
/
+ */
GtkStyle*
gtk_style_ref (GtkStyle *style)
{
@@
-833,8
+835,10
@@
gtk_style_ref (GtkStyle *style)
* gtk_style_unref:
* @style: a #GtkStyle.
*
+ * Decrease the reference count of @style.
+ *
* Deprecated: 2.0: use g_object_unref() instead.
- *
*
/
+ */
void
gtk_style_unref (GtkStyle *style)
{